home *** CD-ROM | disk | FTP | other *** search
- Path: ddi2.digital.net!usenet
- From: (Kenzo)
- Newsgroups: comp.lang.c++
- Subject: *****beginer question******unresolved external symbol
- Date: Tue, 09 Apr 1996 04:18:14 GMT
- Organization: FLORIDA ONLINE, Florida's Premier Internet Provider
- Message-ID: <4kcof4$9h1@ddi2.digital.net>
- NNTP-Posting-Host: @pm4_12.digital.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- Thank you for reading. This question may be beginer question and I
- should read mannual carefully. But I am stuck. So if you know how to
- solve it . please send E-Mail or post it here.
-
- I typed binary tree program on the text book. There are no type miss.
- But compiler give me like that messages. I am using MS Visiul C++.
-
-
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Compiling...
- avltree.cpp
- Linking...
- avltree.obj : error LNK2001: unresolved external symbol "class ostream
- & __cdecl operator<<(class ostream &,class String const
- &)"(??6@YAAAVostream@@AAV0@ABVString@@@Z)
- avltree.obj : error LNK2001: unresolved external symbol "public:
- __thiscall String::~String(void)"(??1String@@QAE@XZ)
- avltree.obj : error LNK2001: unresolved external symbol "public:
- __thiscall String::String(char const *)"(??0String@@QAE@PBD@Z)
- avltree.obj : error LNK2001: unresolved external symbol "public:
- __thiscall String::String(class String const
- &)"(??0String@@QAE@ABV0@@Z)
- avltree.obj : error LNK2001: unresolved external symbol "public: int
- __thiscall String::operator<(class String const &)const
- "(??MString@@QBEHABV0@@Z)
- avltree.obj : error LNK2001: unresolved external symbol "public: int
- __thiscall String::operator<=(class String const &)const
- "(??NString@@QBEHABV0@@Z)
- avltree.obj : error LNK2001: unresolved external symbol "public: int
- __thiscall String::operator>(class String const &)const
- "(??OString@@QBEHABV0@@Z)
- avltree.obj : error LNK2001: unresolved external symbol "public: int
- __thiscall String::operator==(class String const &)const
- "(??8String@@QBEHABV0@@Z)
- LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol
- _WinMain@16
- Debug/April.exe : fatal error LNK1120: 9 unresolved externals
- Error executing link.exe.
- April.exe - 10 error(s), 0 warning(s)
- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-
-